-
Notifications
You must be signed in to change notification settings - Fork 719
[release/13.0] Allow HostUrl to remap both address and port #12552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12552Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12552" |
|
@danegsta Could you please add details on the template above plz? |
|
I added a blurb |
|
Marking this as approved as it is part of the experience for new container tunneling. @davidfowl and @danegsta, given it is marked as medium risk, any particular scenarios we should bash on to have a higher confidence on this? |
Backport of #12521 to release/13.0
/cc @danegsta
Customer Impact
3 big ones:
WithOtlpExporterwe inject a HostUrl object that gets rewritten depending on if it's a container or not. With @karolz-ms tunneling changes we missed a case where both the host and port need to be rewritten. This makes that work (before we used to assume host.docker.internal so that wasn't necessary)Testing
Manual and unit tests updates.
Risk
Medium
Regression?
Somewhat